home *** CD-ROM | disk | FTP | other *** search
/ Hello Kitty Seven Gifts - Easy Crafts With Mom / Hello Kitty Seven Gifts - Easy Crafts with Mom.ISO / DATA / NAME.DIR / 00021.ls < prev    next >
Encoding:
Text File  |  1995-04-25  |  105 b   |  7 lines

  1. on exitFrame
  2.   global startTick
  3.   if (the ticks - startTick) >= (60 * 6) then
  4.     go("End")
  5.   end if
  6. end
  7.